Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- .parent_ava_div {
- border-radius: 31%;
- width: 200px;
- height: 200px;
- overflow: hidden;
- }
- .ava_div {
- border-bottom-left-radius: 20% 45%;
- border-bottom-right-radius: 20% 45%;
- border-top-left-radius: 20% 45%;
- border-top-right-radius: 20% 45%;
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .ava_img {
- border-bottom-left-radius: 45% 20%;
- border-bottom-right-radius: 45% 20%;
- border-top-left-radius: 45% 20%;
- border-top-right-radius: 45% 20%;
- width: 100%;
- height: 100%;
- }
- </style>
- <div class = "parent_ava_div">
- <div class = "ava_div">
- <img class = "ava_img" src = https://sun9-43.userapi.com/G0DxIx5EGDd9d-lRvgGXlj2QT4wCAwi4gmAiOg/yrJqlVlp1hQ.jpg">
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement